home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / drum / drumdll.msc < prev    next >
Text File  |  1992-02-13  |  387b  |  12 lines

  1. #-------------------------------------------
  2. # DRUMDLL.MSC make file for Microsoft C 7.0
  3. #-------------------------------------------
  4.  
  5. drumdll.dll : drumdll.obj drumdll.def
  6.      link drumdll, drumdll.dll, NUL, /nod sdllcew oldnames libw mmsystem, \
  7.           drumdll
  8.      rc -t -p drumdll.dll
  9.  
  10. drumdll.obj : drumdll.c drumdll.h
  11.      cl -c -ASw -G2sw -Ow -W3 -Zp -Tp drumdll.c
  12.